home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm24 / 00997_BYE-IN.ls < prev    next >
Encoding:
Text File  |  1996-06-10  |  277 b   |  13 lines

  1. on exitFrame
  2.   global g1erSprNav, gSurvolPrec
  3.   puppetSprite(2, 0)
  4.   puppetSprite(3, 0)
  5.   updateStage()
  6.   set the visible of sprite 3 to 1
  7.   set the visible of sprite 2 to 1
  8.   repeat with i = 4 to 48
  9.     set the visible of sprite i to 0
  10.     puppetSprite(i, 0)
  11.   end repeat
  12. end
  13.